home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / BECHO.DAT < prev    next >
Text File  |  1991-11-29  |  288b  |  12 lines

  1. Explanation of the ECHO command. It is BATCH.
  2.  
  3. This command will turn the command echoing 
  4. off when used in a batch file.
  5.  
  6. Example:
  7.       The following short batch file will 
  8.       only clear the screen but nobody 
  9.       will see the command:
  10.           Echo off
  11.           cls
  12.